#	File:		ProtocolGen
#
#	Contains:	Driver for ProtocolGenTool
#
#	Written by:	me
#
#	Copyright:	 1993, 1995-1996 by Apple Computer, Inc., all rights reserved.
#
#	Change History (most recent first):
#
#		 <4>	 8/17/96	joa		bump version number to 1.0d45: four bug fixed by Tim H.
#		 <3>	  1/5/95	elb		bump version number to 1.0d44: change periods to underscores
#									when constructing #include guards
#		 <2>	 1/22/93	lmd		added standard header

ProtocolGenTool -emitscript {"parameters"} > temp.pg.script
Set X ""
Execute temp.pg.script  ||  Begin; Delete -i temp.pg.script c.pipe.cmnd; exit 1; End
Delete -i temp.pg.script c.pipe.cmnd
